PERFORM CHECKLIST FOR MIDI OUT DEVICES
Call this command to perform a checklist for all installed midi out devices. The checklist values will contain the following information:
CHECKLIST STRING$()
The name of the Midi Out Device
CHECKLIST VALUE A()
the type of the device. Possible values are:
1 = Midi Port
2 = Generic Synth
3 = Square Wave Synth
4 = FM Synth
5 = Midi Mapper
6 = Wavetable Synth
7 = Sofware Synth
CHECKLIST VALUE B()
The number of voices the device supports. If the device is a Midi Out Port, the returned value will always be 0.
CHECKLIST VALUE C()
The number of notes the device supports. If the device is a Midi Out Port, the returned value will always be 0.
CHECKLIST VALUE D()
The channel mask the device supports where the least significant bit refers to channel 0 and the most significant bit to channel 15. If the device can receive on all channels the returned value is 0xFFFF.
ARGUMENTS:
*none*
SYNTAX
PERFORM CHECKLIST FOR MIDI OUT DEVICES
RELATED INFO
View MIDI Out Index
View STYX Index
View STYX Main File
